| dbo.SXAEHIEMR_BLOB_Documents |
| Default Table Name | SXAEHIEMR_BLOB_Documents |
| Definition | This table maps the DocID to the PartitionID so that we can get the Blob data |
| dbo.SXAEHIEMR_BLOB_Documents Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
DocID |
int | NO | Identifier for the documents for SDRM | |
PartitionID |
decimal(38, 0) | NO | Identifier which maps each document to the db partition where document can be found |
| dbo.SXAEHIEMR_BLOB_Documents Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK8768 | PrimaryKey | DocID, PartitionID |